text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

Leetcode 刷題 pattern - Bitwise XOR

Leetcode 刷題 pattern - Bitwise XOR

linux程式設計--open、write、lseek

linux程式設計--open、write、lseek

新手學 Command line 與 Git 的基本指令

新手學 Command line 與 Git 的基本指令


Comments